projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b13a6
)
(LOCALTIME_CACHE, tzset): New macros.
author
Paul Eggert
<eggert@twinsun.com>
Wed, 20 Sep 1995 03:27:58 +0000
(
03:27
+0000)
committer
Paul Eggert
<eggert@twinsun.com>
Wed, 20 Sep 1995 03:27:58 +0000
(
03:27
+0000)
src/s/msdos.h
patch
|
blob
|
history
diff --git
a/src/s/msdos.h
b/src/s/msdos.h
index d52f9bb9d3d1c1ae1973cf84ce98201eb10145ad..956af45c5bffca80a371be8d08a057f7e41e9bd9 100644
(file)
--- a/
src/s/msdos.h
+++ b/
src/s/msdos.h
@@
-206,6
+206,10
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\')
#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_))
+/* Call init_gettimeofday when TZ changes. */
+#define LOCALTIME_CACHE
+#define tzset init_gettimeofday
+
/* bcopy under djgpp is quite safe */
#define GAP_USE_BCOPY
#define BCOPY_UPWARD_SAFE 1